projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13780e2
)
(wdired-mode-map): Add help echo for wdired-abort-changes.
author
Nick Roberts
<nickrob@snap.net.nz>
Thu, 12 Jan 2006 21:23:12 +0000
(21:23 +0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Thu, 12 Jan 2006 21:23:12 +0000
(21:23 +0000)
lisp/wdired.el
patch
|
blob
|
history
diff --git
a/lisp/wdired.el
b/lisp/wdired.el
index 56518691cad2880176b98143aeab7e4b71dc9dc8..298d20a370d47140aba3b5af60314510710e5a5a 100644
(file)
--- a/
lisp/wdired.el
+++ b/
lisp/wdired.el
@@
-193,7
+193,8
@@
program `dired-chmod-program', which must exist."
(define-key map [menu-bar wdired dashes]
'("--"))
(define-key map [menu-bar wdired wdired-abort-changes]
- '("Abort Changes" . wdired-abort-changes))
+ '(menu-item "Abort Changes" wdired-abort-changes
+ :help "Abort changes and return to dired mode"))
(define-key map [menu-bar wdired wdired-finish-edit]
'("Commit Changes" . wdired-finish-edit))
;; FIXME: Use the new remap trick.